/**
 * style.less
 * 层叠样式表
 */
.ff {
   font-family: 'iconfont' !important;
}
.clearfix {
   zoom: 1;
}
.clearfix:after {
   display: block;
   visibility: hidden;
   clear: both;

   height: 0;

   content: '';
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link {
   outline: none !important;
}
.slick-slide {
   outline: none;
}
.slick-slide a {
   outline: none !important;
}
@-ms-viewport {
   width: auto !important;
}
body {
   font-family: 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', Arial, 'Helvetica Neue', Helvetica, sans-serif;
   font-size: 14px;
   font-weight: normal;

   color: #333;

   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
body.fixed {
   position: fixed;

   overflow: hidden;

   width: 100%;
   height: 100%;
}
body.searchactive {
   position: fixed;

   overflow: hidden;

   width: 100%;
   height: 100%;
}
@media (min-width: 1350px) {
   .container {
      width: 1320px;
   }
}
@media (min-width: 1470px) {
   .container {
      width: 1440px;
   }
}
@media (max-width: 767px) {
   .col-xs-6:nth-child(2n+1) {
      padding-right: 7.5px;
   }
   .col-xs-6:nth-child(2n) {
      padding-left: 7.5px;
   }
}
li,
ol,
ul {
   list-style: none;
}
a {
   color: inherit;
}
a:hover,
a:link,
a:visited {
   text-decoration: none;

   color: inherit;
}
input[type=number] {
   -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
   margin: 0;

   -webkit-appearance: none;
}
ul {
   margin: 0;
   padding: 0;
}
button,
input,
textarea {
   resize: none;

   border: none;
   outline: none;
}
a {
   text-decoration: none;

   color: inherit;
}
a:hover {
   text-decoration: none;

   color: inherit;
}
a:visited,
a:link {
   text-decoration: none;

   color: inherit;
}
.img-box {
   position: relative;

   display: block;
   overflow: hidden;

   height: 0;
   padding-bottom: 100%;
}
.img-box img {
   position: absolute;
   top: 0;
   left: 0;

   display: block;

   width: 100%;
   height: 100%;
}
.img-box img[src=''],
.img-box img:not([src]) {
   opacity: 0;
   border: 0;
}
.header {
   position: fixed;
   z-index: 10;
   top: 0;

   width: 100%;
   height: 122px;
   padding: 0 8%;

   -webkit-transition: all .4s;
   transition: all .4s;

   background-color: #fff;
}
@media (max-width: 1470px) {
   .header {
      padding: 0 15px;
   }
}
@media (max-width: 1199px) {
   .header {
      height: 60px;
      padding: 0 15px;
   }
}
.header .logo {
   position: relative;

   float: left;

   height: 92px;
   margin-top: 15px;

   -webkit-transition: all .4s;
   transition: all .4s;
}
@media (max-width: 1470px) {
   .header .logo {
      height: 70px;
      margin-top: 26px;
   }
}
@media (max-width: 1199px) {
   .header .logo {
      height: 40px;
      margin-top: 10px;
   }
}
@media (max-width: 360px) {
   .header .logo {
      height: 30px;
      margin-top: 15px;
   }
}
.header .logo a {
   display: block;

   height: 100%;
}
.header .logo img {
   display: inline-block;

   height: 100%;
}
.header .language {
   display: inline-block;
   float: right;

   margin-left: 40px;
}
@media (max-width: 1350px) {
   .header .language {
      margin-left: 20px;
   }
}
@media (max-width: 1199px) {
   .header .language {
      margin-right: 30px;
      margin-left: 10px;
   }
}
.header .language a {
   font-size: 16px;
   line-height: 122px;

   display: inline-block;

   -webkit-transition: all .4s;
   transition: all .4s;
   text-decoration: underline;

   color: #888;
}
@media (max-width: 1199px) {
   .header .language a {
      font-size: 14px;
      line-height: 60px;
   }
}
.header .language a:hover {
   color: #1f7cbf;
}
.header .nav-collapse {
   position: absolute;
   z-index: 10;
   top: 6px;
   right: 10px;

   display: none;
   float: right;

   width: 20px;
   height: 40px;
   padding: 0;

   cursor: pointer;

   background: none;
}
@media (max-width: 1199px) {
   .header .nav-collapse {
      display: block;

      margin-top: 4px;
   }
   .header .nav-collapse.nav-collapse-1 {
      position: absolute;
      z-index: 9999;
      top: 10px;
      right: 20px;

      display: block;

      margin-top: 8px;

      border: none;
   }
   .header .nav-collapse.nav-collapse-1 .btn-line {
      background-color: #fff !important;
   }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
   .header .nav-collapse.nav-collapse-xs:hover .btn-line {
      background-color: #000;
   }
}
.header .nav-collapse .btn-line {
   position: absolute;
   left: 50%;

   width: 20px;
   height: 2px;

   -webkit-transition: all .5s ease;
   transition: all .5s ease;
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);

   background-color: #666;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
   position: absolute;

   display: block;

   width: 20px;
   height: 2px;

   content: '';
   -webkit-transition: all .5s ease;
   transition: all .5s ease;

   background-color: #666;
}
.header .nav-collapse .btn-line:nth-child(1) {
   top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2) {
   top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3) {
   top: 65%;
}
.header .nav-collapse.active {
   border-color: transparent;
}
.header .nav-collapse.active .btn-line {
   background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2) {
   -webkit-transform: translateX(-50px);
   -ms-transform: translateX(-50px);
   transform: translateX(-50px);

   opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1) {
   top: 50%;
   left: 50%;

   -webkit-transform: translateX(-50%) rotateZ(45deg);
   -ms-transform: translateX(-50%) rotate(45deg);
   transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3) {
   top: 50%;
   left: 50%;

   -webkit-transform: translateX(-50%) rotateZ(-45deg);
   -ms-transform: translateX(-50%) rotate(-45deg);
   transform: translateX(-50%) rotateZ(-45deg);
}
@media (min-width: 1200px) {
   .header .nav {
      display: inline-block;
      float: right;
   }
}
@media (max-width: 1199px) {
   .header .nav {
      position: fixed;
      z-index: 9998;
      top: 0;
      left: 0;

      display: none;

      width: 100%;
      height: 100%;
      padding: 0 26px;

      -webkit-transition: left .3s;
      transition: left .3s;
      text-align: left;
      text-align: center;

      background: #fafafa;
      background-color: #000;
   }
   .header .nav .tbl {
      display: table;

      width: 100%;
      height: 100%;
   }
   .header .nav .tbl-cell {
      display: table-cell;

      height: 100%;

      vertical-align: middle;
   }
}
@media (max-width: 767px) {
   .header .nav {
      width: 100%;
      padding: 30px;
   }
}
.header .nav.left-100 {
   left: -100%;
}
.header .nav.left-200 {
   left: -200%;
}
@media (min-width: 1200px) {
   .header .nav .nav-list1 li a {
      white-space: nowrap;
   }
   .header .nav .nav-list1>li {
      float: left;
   }
   .header .nav .nav-list1>li>a {
      font-size: 16px;
      font-weight: bold;
      line-height: 122px;

      position: relative;

      display: block;

      padding: 0 24px;

      -webkit-transition: all .4s;
      transition: all .4s;
   }
   .header .nav .nav-list1>li:hover>a,
   .header .nav .nav-list1>li.active>a {
      color: #1f7cbf;
   }
   .header .nav .nav-list1 .nav-list2 {
      position: absolute;
      z-index: 50;
      top: 100%;

      display: none;

      min-width: 120px;
      padding: 20px 0;

      text-align: center;

      background-color: rgba(255, 255, 255, .9);
      box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
   }
   .header .nav .nav-list1 .nav-list2 li {
      position: relative;

      list-style: none;
   }
   .header .nav .nav-list1 .nav-list2 li>a {
      font-family: Arial, 'Oswald', 'Helvetica Neue', Helvetica;
      line-height: 40px;

      position: relative;
      z-index: 1;

      display: block;

      padding: 0 18px;

      -webkit-transition: all .2s;
      transition: all .2s;
   }
   .header .nav .nav-list1 .nav-list2 li>a:hover {
      color: #1f7cbf;
   }
   .header .nav .nav-list1 .nav-list2 li img {
      max-width: 400px;
   }
   .header .nav .nav-list1 .nav-list3 {
      position: absolute;
      top: 0;
      left: 100%;

      display: none;

      min-width: 200px;
      padding: 10px 0;

      text-align: left;

      background-color: rgba(255, 255, 255, .9);
      box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
   }
   .header .nav .nav-list1 .nav-list3 li>a {
      line-height: 30px;

      padding: 4px 20px;
   }
}
@media (min-width: 1200px) and (max-width: 1350px) {
   .header .nav .nav-list1>li>a {
      padding: 0 16px;
   }
}
@media (max-width: 1199px) {
   .header .nav .nav-list1 {
      margin: 20px 0;

      opacity: 0;
   }
   .header .nav .nav-list1>li {
      -webkit-transform: translateX(-25px);
      -ms-transform: translateX(-25px);
      transform: translateX(-25px);

      opacity: 0;
   }
   .header .nav .nav-list1>a {
      font-size: 20px;

      color: #fff;
   }
}
@media (max-width: 1199px) {
   .header .nav .nav-list2,
   .header .nav .nav-list3 {
      display: none;
   }
   .header .nav .nav-list2 a,
   .header .nav .nav-list3 a {
      font-size: 16px;
      line-height: 2;

      margin-top: 5px;

      color: #fff;
   }
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a {
   display: block;
}
@media (max-height: 580px) {
   .header .nav .nav-list2 a,
   .header .nav .nav-list3 a {
      margin-top: 0;
   }
}
.header .nav-2,
.header .nav-3 {
   display: none;
}
@media (max-width: 1199px) {
   .header .nav-2,
   .header .nav-3 {
      position: absolute;
      z-index: 9999;
      top: 0;

      display: block;
      overflow: hidden;

      width: 100%;
      height: 100%;
      padding: 20px;

      -webkit-transition: left .3s;
      transition: left .3s;
      text-align: left;
      text-align: center;

      color: #fff;
      background: #fafafa;
      background-color: #000;
   }
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before {
   font-family: 'iconfont';
   font-size: 26px;

   content: '\e9b5';
}
.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title {
   font-size: 24px;

   margin: 0;

   text-transform: uppercase;
}
@media (max-width: 767px) {
   .header .nav-2 .nav-top .nav-title,
   .header .nav-3 .nav-top .nav-title {
      font-size: 20px;

      width: 100%;
   }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2 {
   margin: 8px 0 0 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line {
   background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content {
   overflow: auto;

   height: 80%;
   margin-top: 12%;
}
@media (max-width: 767px) {
   .header .nav-2 .content ul,
   .header .nav-3 .content ul {
      padding: 0 15px;
   }
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
   font-size: 16px;
   line-height: 50px;

   margin: 25px 0;

   text-align: left;
}
@media (max-width: 767px) {
   .header .nav-2 .content ul li,
   .header .nav-3 .content ul li {
      margin: 0;
   }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more {
   position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after {
   font-family: 'iconfont' !important;
   font-size: 16px;

   position: absolute;
   top: 50%;
   right: 0;

   content: '\e72f';
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);

   color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a {
   display: block;
}
.header .nav-2 {
   left: 100%;
}
.header .nav-3 {
   left: 200%;
}
.header .nav-3 .content ul li {
   font-size: 16px;
}
.header .fade-out ul {
   text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
   .header .fade-out ul {
      padding: 0 5%;
   }
}
@media (max-width: 1199px) {
   .header .fade-out ul .pic {
      display: none !important;
   }
}
@media (max-width: 1199px) {
   .header .fade-out ul.nav-list1 {
      opacity: 1;
   }
   .header .fade-out ul.nav-list1 a {
      color: #fff;
   }
   .header .fade-out ul.nav-list1>li {
      position: relative;

      margin: 20px 0;
   }
   .header .fade-out ul.nav-list1>li.act {
      -webkit-transition: all .4s;
      transition: all .4s;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);

      opacity: 1;
   }
   .header .fade-out ul.nav-list1>li.more:after {
      font-family: 'iconfont';
      font-size: 18px;

      position: absolute;
      top: 50%;
      right: 0;

      margin-top: -14px;

      content: '\e72f';

      color: #fff;
   }
   .header .fade-out ul.nav-list1>li>a {
      font-size: 18px;
      line-height: 2.5;

      display: block;

      text-transform: uppercase;
   }
   .header .fade-out ul.nav-list1 .nav-list2>li>a {
      font-size: 20px;
   }
}
@media (max-width: 1199px) and (max-width: 767px) {
   .header .fade-out ul.nav-list1>li {
      margin: 0;
   }
}
@media (max-width: 1199px) and (max-height: 768px) {
   .header .fade-out ul.nav-list1 .nav-list2>li>a {
      font-size: 18px;
   }
}
@media (max-width: 1199px) and (max-width: 480px) {
   .header .fade-out ul.nav-list1 .nav-list2>li>a {
      font-size: 14px;
   }
}
.header .fade-out ul.nav2-list2 h4 {
   font-size: 20px;
   line-height: 50px;
}
.header .xs-language {
   position: absolute;
   z-index: 9;
   bottom: 30px;
   left: 35px;
}
@media (min-width: 1200px) {
   .header .xs-language {
      display: none;
   }
}
.header .xs-language a {
   font-size: 16px;

   color: #fff;
}
.header .xs-language span {
   margin: 0 5px;

   color: #fff;
}
.header .search-box {
   position: fixed;
   z-index: 888;
   top: 100%;
   left: 0;

   display: none;
   overflow: hidden;

   width: 100%;
   height: 100%;
   margin-top: 20px;
   margin-top: 0;
   margin-right: 10px;
   padding: 0 3%;

   background-color: rgba(31, 124, 191, .96);
}
.header .search-box .search {
   line-height: 40px;

   overflow: hidden;
   zoom: 1;

   width: 240px;

   border: 1px solid #dbdbdb;
   border-radius: 40px;
}
.header .search-box .search:after {
   display: block;
   visibility: hidden;
   clear: both;

   height: 0;

   content: '';
}
.header .search-box .input-text {
   float: left;

   height: 38px;
   padding-left: 10%;

   background: none;
}
@media (min-width: 768px) {
   .header .search-box .input-text {
      width: 100%;
      padding: 0 50px 0 3%;
   }
}
.header .search-box .input-submit {
   line-height: 36px;

   float: right;

   width: 50px;

   -webkit-animation: fadeInLeft 1s 0s ease both;
   animation: fadeInLeft 1s 0s ease both;

   background: none;
}
.header .search-box .input-submit:before {
   font-family: 'iconfont' !important;
   font-size: 22px;

   content: '\e660';

   color: #fff;
}
@media (min-width: 768px) {
   .header .search-box .input-submit {
      position: absolute;
      right: 0;
      bottom: 20px;
   }
}
.header .search-box.search-xs {
   width: 100%;
   margin: 0;

   border-right: 30px solid transparent;
   border-left: 30px solid transparent;
   background: none;
}
@media (min-width: 1200px) {
   .header .search-box.search-xs {
      display: none;
   }
}
@media (max-width: 1199px) {
   .header .search-box.search-xs {
      position: absolute;
      z-index: 0;
      top: auto;
      right: 0;
      bottom: 0;
      bottom: 30px;

      display: inline-block;

      height: 34px;
   }
}
.header .search-box.search-xs.show {
   z-index: 66;
}
.header .search-box.search-xs.show .search {
   left: 0;
}
.header .search-box.search-xs .search {
   position: absolute;
   z-index: 888;
   top: 0;
   left: 120%;

   width: 100%;

   -webkit-transition: left .3s;
   transition: left .3s;

   border-color: #fff;
   background: #fff;
}
@media (max-width: 360px) {
   .header .search-box.search-xs form .input-text {
      width: 74%;
   }
}
@media (max-width: 767px) {
   .header .search-box.search-xs form .input-text {
      padding-left: 5%;
   }
}
.header .search-box.search-xs .input-submit {
   line-height: 34px;

   background: #fff;
}
.header .search-box.search-xs .input-submit:before {
   color: #104384;
}
.header .search-icon {
   position: absolute;
   z-index: 10;
   top: 18px;
   left: 15px;

   display: inline-block;

   cursor: pointer;
}
.header .search-icon:before {
   font-family: 'iconfont' !important;
   font-size: 18px;

   content: '\e660';

   color: #1f7cbf;
}
.header .search-lg {
   top: 0;
}
.header .search-lg .logo {
   margin-top: 20px;
   margin-left: 0;
}
.header .search-lg .search {
   position: absolute;
   top: 50%;
   right: 0;
   left: 0;

   width: 100%;
   max-width: 90%;
   margin: auto;
   padding: 0 10px;

   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);

   border: none;
   border-bottom: 1px solid rgba(255, 255, 255, .8);
   border-radius: 0;
}
.header .search-lg .search p {
   margin-bottom: 50px;

   -webkit-animation: zoomIn 1s 0s ease both;
   animation: zoomIn 1s 0s ease both;
   text-align: center;
   letter-spacing: 2px;

   color: #fff;
}
.header .search-lg .input-text {
   font-size: 20px;
   line-height: 30px;

   width: 80%;
   height: 60px;
   padding: 0;
   padding-bottom: 30px;

   -webkit-animation: zoomIn 1s 0s ease both;
   animation: zoomIn 1s 0s ease both;
   text-align: center;

   color: #fff;
}
.header .search-lg .close-btn {
   position: fixed;
   top: 34px;
   right: 18%;

   cursor: pointer;
}
@media (max-width: 1440px) {
   .header .search-lg .close-btn {
      right: 8%;
   }
}
.header .search-lg .close-btn:before {
   font-size: 20px;

   content: '\2716';

   color: #fff;
}
.header .find {
   line-height: 50px;

   float: right;

   width: 50px;
   height: 50px;
   margin-top: 36px;
   margin-left: 24px;

   cursor: pointer;
   -webkit-transition: all .4s;
   transition: all .4s;
   text-align: center;

   color: #fff;
   border-radius: 50%;
   background-color: #2687c8;
}
@media (max-width: 1350px) {
   .header .find {
      margin-left: 14px;
   }
}
@media (max-width: 1199px) {
   .header .find {
      line-height: 30px;

      display: inline-block;

      width: 30px;
      height: 30px;
      margin-top: 15px;
      margin-left: 0;
   }
}
.header .find:before {
   font-family: 'iconfont';
   font-size: 20px;

   content: '\e660';
}
@media (max-width: 1199px) {
   .header .find:before {
      font-size: 14px;
   }
}
.header .find:hover {
   background-color: #096eb7;
}
@media (max-width: 1199px) {
   .header .right {
      display: inline-block;
      float: right;

      margin-right: 0;
   }
}
.header .back-btn {
   position: absolute;
   left: 15px;
}
.header.fixed-header {
   height: 80px;

   box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
@media (max-width: 1199px) {
   .header.fixed-header {
      height: 60px;
   }
}
.header.fixed-header .find {
   margin-top: 15px;
}
.header.fixed-header .logo {
   height: 60px;
   margin-top: 10px;
}
@media (max-width: 1199px) {
   .header.fixed-header .logo {
      height: 40px;
      margin-top: 10px;
   }
}
@media (max-width: 360px) {
   .header.fixed-header .logo {
      height: 30px;
      margin-top: 15px;
   }
}
.header.fixed-header .language a {
   line-height: 80px;
}
@media (max-width: 1199px) {
   .header.fixed-header .language a {
      line-height: 60px;
   }
}
.header.fixed-header .nav-collapse .btn-line {
   background-color: #999;
}
.header.fixed-header .nav-collapse .btn-line:nth-child(3),
.header.fixed-header .nav-collapse .btn-line:nth-child(1) {
   background-color: #999;
}
.header.fixed-header .nav .nav-list1>li>a {
   line-height: 80px;
}
.online-wrap .btn {
   line-height: 36px;

   position: fixed;
   z-index: 9;
   right: 0;
   bottom: 60px;

   width: 40px;
   height: 40px;
   padding: 0;

   -webkit-transform-origin: center center;
   -ms-transform-origin: center center;
   transform-origin: center center;
   text-align: center;

   border-radius: 0;
   background-color: rgba(0, 0, 0, .8);
}
@media (min-width: 992px) {
   .online-wrap .btn {
      display: none;
   }
}
.online-wrap .btn:before {
   font-family: 'iconfont' !important;
   font-size: 18px;

   display: inline-block;

   content: '\e6d2';
   -webkit-transition: -webkit-transform .3s;
   transition: -webkit-transform .3s;
   transition: transform .3s;
   transition: transform .3s, -webkit-transform .3s;

   color: #fff;
}
.online-wrap .btn.active:before {
   -webkit-transform: rotateZ(225deg);
   -ms-transform: rotate(225deg);
   transform: rotateZ(225deg);
}
.online-wrap .code-pic {
   position: fixed;
   z-index: 101;
   right: 45px;
   bottom: 180px;

   display: none;

   max-width: 120px;
}
.online-wrap .code-pic .pic-box {
   padding: 5px;

   background-color: #fff;
}
.online-wrap .code-pic img {
   display: block;

   max-width: 100%;
}
.online-wrap .online {
   position: fixed;
   z-index: 10;
   top: 50%;
   right: 0;

   -webkit-transition: right .3s;
   transition: right .3s;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
}
@media (max-width: 991px) {
   .online-wrap .online {
      right: -60px;
      bottom: 90px;
   }
   .online-wrap .online.active {
      right: 0;
   }
}
.online-wrap .online a {
   line-height: 45px;

   position: relative;

   display: block;

   width: 45px;
   height: 45px;

   -webkit-transition: all .4s;
   transition: all .4s;
   text-align: center;

   border: 1px solid #e1e1e1;
   background-color: #fff;
}
.online-wrap .online a:before {
   font-size: 22px;
   font-weight: normal;

   color: #898989;
}
.online-wrap .online a:active {
   text-decoration: none;
}
.online-wrap .online a:after {
   display: block;

   width: 30px;
   height: 1px;
   margin: 0 auto;

   content: '';

   opacity: .5;
   background-color: #fff;
}
@media (min-width: 992px) {
   .online-wrap .online a:hover {
      text-decoration: none;

      background-color: #898989;
   }
   .online-wrap .online a:hover:before {
      color: #fff;
   }
}
@media (max-width: 767px) {
   .online-wrap .online a {
      line-height: 50px;

      width: 40px;
      height: 50px;
   }
   .online-wrap .online a:before {
      font-size: 20px;
   }
}
@media (min-width: 992px) {
   .online-wrap .online .icon-phone:hover .phone-num {
      right: 100%;
   }
}
.online-wrap .online .icon-phone .phone-num {
   position: absolute;
   z-index: -1;
   top: 0;
   right: -300px;

   padding-right: 5px;

   -webkit-transition: right .3s;
   transition: right .3s;
   white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p {
   margin: 0;
   padding: 0 10px;

   color: #fff;
   background-color: #096eb7;
   box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .icon-qq:before {
   font-family: 'iconfont' !important;

   content: '\e62d';
}
.online-wrap .online .icon-weixin:before {
   font-family: 'iconfont' !important;

   content: '\e604';
}
.online-wrap .online .icon-message:before {
   font-family: 'iconfont' !important;

   content: '\e72e';
}
.online-wrap .online .icon-skype:before {
   font-family: 'iconfont' !important;

   content: '\e616';
}
.online-wrap .online .icon-line:before {
   font-family: 'iconfont' !important;

   content: '\e640';
}
.online-wrap .online .icon-messenger:before {
   font-family: 'iconfont' !important;

   content: '\e663';
}
.online-wrap .online .icon-whatsapp:before {
   font-family: 'iconfont' !important;

   content: '\e621';
}
.online-wrap .online .icon-phone:before {
   font-family: 'iconfont' !important;

   content: '\e61c';
}
.online-wrap .online .icon-arrow-top:before {
   font-family: 'iconfont' !important;
   font-size: 26px !important;

   display: inline-block;

   content: '\e9ba';
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
}
.online-wrap .online .icon-arrow-top:after {
   display: none !important;
}
.online-wrap .online .code:before {
   font-size: 24px;
}
@media (max-width: 767px) {
   .online-wrap .online .code:before {
      font-size: 22px;
   }
}
.online-wrap .online .code .mask {
   position: absolute;
   z-index: 10;
   top: 0;
   right: 100%;

   display: none;

   width: 130px;
   height: 130px;
   padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box {
   border: 1px solid #e5e5e5;
   background-color: #fff;
}
.online-wrap .online .code .mask img {
   display: block;

   width: 100%;
}
.online-wrap .online .code .mask p {
   font-size: 13px;
   line-height: 16px;

   margin: 5px 0 8px 0;

   color: #888;
}
.xs-online {
   position: fixed;
   z-index: 9;
   bottom: 0;
   left: 0;

   display: none;

   width: 100%;

   background-color: rgba(9, 110, 183, .9);
   box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px) {
   .xs-online {
      display: block;
   }
}
.xs-online ul {
   overflow: hidden;

   text-align: center;

   color: #fff;
}
.xs-online ul li {
   float: left;

   width: 20%;

   border-left: 1px solid #1f7cbf;
}
.xs-online ul li>a {
   font-size: 10px;

   display: block;

   padding: 8px 0;
}
@media (max-width: 320px) {
   .xs-online ul li>a {
      font-size: 8px;
   }
}
.xs-online ul li>a:before {
   font-family: 'iconfont' !important;
   font-size: 16px;
   font-style: normal;

   display: block;

   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child {
   border-left: none;
}
.xs-online ul li.tel>a:before {
   content: '\e61c';
}
.xs-online ul li.mail>a:before {
   font-weight: normal;

   content: '\e72e';
}
.xs-online ul li.product>a:before {
   font-weight: normal;

   content: '\e61a';
}
.xs-online ul li.message>a:before {
   font-weight: normal;

   content: '\e826';
}
.xs-online ul li.map>a:before {
   font-weight: normal;

   content: '\e620';
}
.banner {
   font-size: 0;

   position: relative;

   overflow: hidden;

   width: 100%;
   padding-top: 122px;
}
@media (max-width: 1199px) {
   .banner {
      padding-top: 60px;
   }
}
.banner .slick-dots {
   position: absolute;
   bottom: 40px;

   width: 100%;

   text-align: center;
}
@media (max-width: 1199px) {
   .banner .slick-dots {
      bottom: 10px;
   }
}
.banner .slick-dots li {
   display: inline-block;

   width: 10px;
   height: 10px;
   margin: 0 5px;

   cursor: pointer;
   -webkit-transition: all .4s;
   transition: all .4s;

   border: 1px solid #fff;
   border-radius: 50%;
}
.banner .slick-dots li.slick-active {
   background-color: #fff;
}
.banner .slick-dots li button {
   display: none;
}
.banner .slick-arrow {
   line-height: 80px;

   position: absolute;
   z-index: 2;
   top: 50%;
   left: 5%;

   width: 40px;
   height: 80px;
   padding: 0;

   cursor: pointer;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   text-align: center;

   color: #888;
   background: none;
   background-color: rgba(31, 124, 191, .8);
}
@media (max-width: 991px) {
   .banner .slick-arrow {
      line-height: 60px;

      left: 12%;

      display: none !important;

      width: 30px;
      height: 60px;
   }
}
.banner .slick-arrow:before {
   font-family: 'iconfont' !important;
   font-size: 18px;

   content: '\e601';

   color: #fff;
}
.banner .slick-arrow.slick-next {
   right: 5%;
   left: auto;
}
@media (max-width: 991px) {
   .banner .slick-arrow.slick-next {
      right: 12%;
   }
}
.banner .slick-arrow.slick-next:before {
   content: '\e827';
}
.banner .slick-arrow:hover {
   background-color: #1f7cbf;
}
.banner .slick-slide {
   overflow: hidden;
}
.banner img {
   display: block;

   width: 100%;
}
@media (max-width: 991px) {
   .banner-in .slickbanner {
      width: 140%;
      max-width: 140%;
      margin-left: -20%;
   }
}
@media (max-width: 767px) {
   .banner-in .slickbanner {
      width: 180%;
      max-width: 180%;
      margin-left: -20%;
   }
}
.box {
   overflow: hidden;

   padding: 70px 0;
}
@media (max-width: 991px) {
   .box {
      padding: 60px 0;
   }
}
.title {
   text-align: center;
}
.title b {
   font-size: 36px;
   line-height: 1;

   display: block;
}
@media (max-width: 991px) {
   .title b {
      font-size: 30px;
   }
}
@media (max-width: 767px) {
   .title b {
      font-size: 22px;
   }
}
.indexcontent {
   position: relative;
   z-index: 2;
}
.box-product .product .item {
   display: block;

   margin-top: 30px;
}
.box-product .product .item .pic .img-box {
   padding-bottom: 88.88888889%;
}
.box-product .product .item .pic .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.box-product .product .item .text {
   font-size: 0;

   position: relative;
   z-index: 2;

   max-width: 80%;
   margin: 0 auto;
   margin-top: -60px;
   padding: 20px 30px;

   border-radius: 6px;
   background-color: #fff;
   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.box-product .product .item .text:after {
   position: absolute;
   bottom: 0;
   left: 0;

   display: block;

   width: 0;
   height: 4px;

   content: '';
   -webkit-transition: all .4s;
   transition: all .4s;

   background-color: #1f7cbf;
}
.box-product .product .item .text b {
   font-size: 20px;
   line-height: 1.5;

   display: inline-block;

   width: 66%;

   vertical-align: middle;
}
.box-product .product .item .text b:after {
   display: block;

   width: 14px;
   height: 3px;
   margin-top: 10px;

   content: '';

   background-color: #1f7cbf;
}
.box-product .product .item .text .note-pic {
   display: inline-block;

   width: 34%;

   text-align: right;
   vertical-align: middle;
}
.box-product .product .item:hover .pic .img-box img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.box-product .product .item:hover .text b {
   color: #1f7cbf;
}
.box-product .product .item:hover .text:after {
   width: 100%;
}
.box-about {
   padding-top: 0;
}
.box-about .about-bg {
   height: 540px;
   padding-bottom: 0;

   background: url(../images/about_bg.jpg) no-repeat center bottom;
   background-size: cover;
}
@media (max-width: 1199px) {
   .box-about .about-bg {
      height: 300px;

      /*    background: url(../images/about_bg.jpg) no-repeat center bottom;
        background-size: cover; */
   }
}
.box-about .about {
   position: relative;

   margin-top: -140px;
   padding: 40px;

   border-radius: 10px;
   background-color: #fff;
   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px) {
   .box-about .about {
      padding: 20px 10px;
   }
}
.box-about .about:before {
   position: absolute;
   bottom: 0;
   left: 0;

   display: block;

   width: 18px;
   height: 18px;

   content: '';

   border-bottom: 3px solid #1f7cbf;
   border-left: 3px solid #1f7cbf;
   border-radius: 0 0 0 6px;
}
.box-about .about:after {
   position: absolute;
   right: 0;
   bottom: 0;

   display: block;

   width: 18px;
   height: 18px;

   content: '';

   border-right: 3px solid #1f7cbf;
   border-bottom: 3px solid #1f7cbf;
   border-radius: 0 0 6px 0;
}
.box-about .about .text {
   margin-top: 20px;
}
.box-about .about p {
   line-height: 2.28571429;

   margin: 0;

   color: #666;
}
.box-about .more {
   margin-top: 40px;

   text-align: center;
}
.box-about .more a {
   line-height: 50px;

   display: inline-block;

   padding: 0 50px;

   -webkit-transition: all .2s;
   transition: all .2s;

   color: #fff;
   border-radius: 50px;
   background-color: #1f7cbf;
}
.box-about .more a:after {
   font-family: 'iconfont' !important;

   margin-left: 10px;

   content: '\e680';
}
.box-about .more a:hover {
   background-color: #096eb7;
}
.box-product {
   padding-top: 0;
   padding-bottom: 170px;
}
.box-project-news .title {
   text-align: left;
}
.box-project-news .slick-project {
   margin-top: 30px;
}
.box-project-news .slick-project .item {
   position: relative;

   display: block;
}
.box-project-news .slick-project .item .img-box {
   padding-bottom: 68.65671642%;
}
.box-project-news .slick-project .item .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.box-project-news .slick-project .item .note {
   position: absolute;
   bottom: 20px;

   width: 100%;
   padding: 0 30px;

   color: #fff;
}
.box-project-news .slick-project .item .note b {
   font-size: 18px;
   line-height: 30px;

   display: -webkit-box;
   overflow: hidden;

   height: 30px;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
   .box-project-news .slick-project .item .note b {
      font-size: 16px;
   }
}
.box-project-news .slick-project .item .note span.more {
   line-height: 20px;

   display: block;

   margin-top: 10px;
}
.box-project-news .slick-project .item .note span.more:after {
   font-family: 'iconfont' !important;

   margin-left: 10px;

   content: '\e680';
}
.box-project-news .slick-project .item:hover .img-box img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.box-project-news .slick-project .slick-arrow {
   line-height: 50px;

   position: absolute;
   z-index: 2;
   top: 50%;
   left: 20px;

   width: 50px;
   height: 50px;
   padding: 0;

   cursor: pointer;
   -webkit-transition: all .2s;
   transition: all .2s;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   text-align: center;

   border-radius: 50%;
   background: none;
   background-color: rgba(255, 255, 255, .7);
}
.box-project-news .slick-project .slick-arrow:before {
   font-family: 'iconfont' !important;
   font-size: 12px;

   content: '\e601';
}
.box-project-news .slick-project .slick-arrow.slick-next {
   right: 20px;
   left: auto;
}
.box-project-news .slick-project .slick-arrow.slick-next:before {
   content: '\e827';
}
.box-project-news .slick-project .slick-arrow:hover {
   color: #fff;
   background-color: #1f7cbf;
}
@media (max-width: 991px) {
   .box-project-news .news {
      margin-top: 30px;
   }
}
.box-project-news .news .list {
   margin-top: 30px;
}
.box-project-news .news .list .item {
   padding: 30px;

   -webkit-transition: all .4s;
   transition: all .4s;
}
@media (max-width: 991px) {
   .box-project-news .news .list .item {
      padding: 15px;
   }
}
.box-project-news .news .list .item b {
   font-size: 18px;

   display: block;
}
.box-project-news .news .list .item b a {
   line-height: 30px;

   position: relative;

   display: -webkit-box;
   overflow: hidden;

   height: 30px;
   padding-right: 70px;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   width: 100%;
}
.box-project-news .news .list .item b a span.date {
   font-size: 14px;
   font-weight: normal;
   line-height: 30px;

   position: absolute;
   right: 0;

   width: 100px;
   padding-left: 10px;
   text-align: right;

   color: #777;
}
.box-project-news .news .list .item p {
   line-height: 26px;

   display: -webkit-box;
   overflow: hidden;

   height: 52px;
   margin: 10px 0 0 0;

   color: #777;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}
.box-project-news .news .list .item:hover {
   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.box-project-news .news .list .item:hover b {
   color: #1f7cbf;
}
.footer {
   position: relative;
   z-index: 2;

   background-color: #31393e;
}
@media (max-width: 991px) {
   .footer {
      padding-bottom: 52px;
   }
}
.footer .message {
   font-size: 0;

   overflow: hidden;

   margin-top: -70px;
   padding: 30px 5%;

   color: #fff;
   border-radius: 80px;
   background: url(../images/email_bg.jpg) no-repeat center;
   background-size: cover;
}
@media (max-width: 991px) {
   .footer .message {
      border-radius: 10px;
   }
}
.footer .message .message-left,
.footer .message .message-right {
   font-size: 14px;

   display: inline-block;

   vertical-align: middle;
}
.footer .message .message-left {
   width: 40%;
}
@media (max-width: 991px) {
   .footer .message .message-left {
      width: 100%;
   }
}
.footer .message .message-left b {
   font-size: 36px;
   line-height: 1;

   display: block;
}
@media (max-width: 991px) {
   .footer .message .message-left b {
      font-size: 20px;
   }
}
.footer .message .message-left p {
   line-height: 1.71428571;

   margin: 10px 0 0 0;
}
.footer .message .message-right {
   position: relative;

   width: 60%;
}
@media (max-width: 991px) {
   .footer .message .message-right {
      width: 100%;
   }
}
.footer .message .message-right input {
   line-height: 30px;

   width: 100%;
   margin-top: 20px;
   padding: 6px 60px 6px 10px;

   color: #fff;
   border-bottom: 1px solid #79b0d9;
   background: none;
}
.footer .message .message-right input::-webkit-input-placeholder,
.footer .message .message-right textarea::-webkit-input-placeholder {
   color: #fff;
}
.footer .message .message-right input:-o-placeholder,
.footer .message .message-right textarea:-o-placeholder {
   color: #fff;
}
.footer .message .message-right input::-moz-placeholder,
.footer .message .message-right textarea::-moz-placeholder {
   color: #fff;
}
.footer .message .message-right input:-ms-input-placeholder,
.footer .message .message-right textarea:-ms-input-placeholder {
   color: #fff;
}
.footer .message .message-right input:focus::-webkit-input-placeholder,
.footer .message .message-right textarea:focus::-webkit-input-placeholder {
   color: #c5c5c5;
}
.footer .message .message-right input:focus::-o-placeholder,
.footer .message .message-right textarea:focus::-o-placeholder {
   color: #c5c5c5;
}
.footer .message .message-right input:focus::-moz-placeholder,
.footer .message .message-right textarea:focus::-moz-placeholder {
   color: #c5c5c5;
}
.footer .message .message-right input:focus::-ms-input-placeholder,
.footer .message .message-right textarea:focus::-ms-input-placeholder {
   color: #c5c5c5;
}
.footer .message .message-right .submit {
   font-size: 20px;
   line-height: 50px;

   position: absolute;
   right: 0;
   bottom: 10px;

   display: block;

   width: 50px;
   height: 50px;
   margin: 0;
   padding: 0;

   -webkit-transition: all .2s;
   transition: all .2s;
   text-align: center;

   color: #1f7cbf;
   border-radius: 50%;
   outline: none;
   background-color: #fff;
}
.footer .message .message-right .submit:before {
   font-family: 'iconfont' !important;

   content: '\e6a0';
}
.footer .message .message-right .submit:hover {
   color: #fff;
   background-color: #096eb7;
}
.footer .foot {
   padding: 50px 0 20px;
}
@media (max-width: 991px) {
   .footer .foot {
      padding: 50px 0 20px;
   }
}
@media (min-width: 1200px) {
   .footer .foot ul {
      width: 100%;
      padding: 0 5%;
      margin: 0;
      text-align: justify;
      text-justify: distribute-all-lines;
   }
   .footer .foot ul:after {
      display: inline-block;
      overflow: hidden;

      width: 100%;
      height: 0;
      margin: 0;

      content: '';
   }
}
.footer .foot ul li {
   display: inline-block;

   text-align: left;
}
@media (max-width: 991px) {
   .footer .foot ul li {
      display: block;
   }
}
.footer .foot .item {
   position: relative;

   padding-left: 60px;

   color: #fff;
}
@media (max-width: 991px) {
   .footer .foot .item {
      padding-left: 50px;
   }
}
.footer .foot .item:before {
   font-family: 'iconfont' !important;
   font-size: 44px;
   line-height: 50px;

   position: absolute;
   top: 8px;
   left: 0;

   content: '\e618';
}
@media (max-width: 991px) {
   .footer .foot .item:before {
      font-size: 30px;
   }
}
.footer .foot .item-tel:before {
   font-size: 34px;

   content: '\e63c';
}
@media (max-width: 991px) {
   .footer .foot .item-tel:before {
      font-size: 20px;
   }
}
.footer .foot .item-fax:before {
   content: '\e626';
}
.footer .foot .item b {
   font-size: 16px;
   line-height: 30px;

   display: block;
}
@media (max-width: 991px) {
   .footer .foot .item b {
      font-size: 14px;
   }
}
.footer .foot .item p {
   font-size: 16px;
   line-height: 30px;

   color: #a3a3a3;
}
@media (max-width: 991px) {
   .footer .foot .item p {
      font-size: 14px;
   }
}
.footer .foot .item a:hover {
   text-decoration: underline;

   color: #fff;
}
.footer .copyright {
   padding: 10px 0;

   text-align: center;

   color: #a3a3a3;
   background-color: #2a3034;
}
.footer .copyright p {
   line-height: 30px;

   margin: 0;
}
.footer .copyright p a {
   margin-left: 20px;
}
@media (max-width: 767px) {
   .footer .copyright p a {
      display: block;

      margin-left: 0;
   }
}
.footer .copyright a:hover {
   text-decoration: underline;

   color: #fff;
}
.wrapper {
   overflow: hidden;
}
.wrap {
   padding: 50px 0 140px;
}
@media (max-width: 991px) {
   .wrap {
      padding: 50px 0 120px;
   }
}
.wrap .text-top {
   margin-top: 30px;
}
.wrap .text-top p {
   line-height: 2.14285714;

   margin: 0;

   color: #666;
}
@media (max-width: 991px) {
   .wrap .text-top p {
      line-height: 1.57142857;
   }
}
.wrap .text-top img {
   max-width: 100%;
   height: auto !important;
}
.title-in {
   position: relative;

   text-align: center;
}
.title-in b {
   font-size: 30px;
   line-height: 1;

   display: block;
}
@media (max-width: 991px) {
   .title-in b {
      font-size: 24px;
   }
}
.sidenav {
   margin-top: 70px;

   text-align: center;
}
@media (max-width: 991px) {
   .sidenav {
      margin-top: 40px;
   }
}
.sidenav ul {
   font-size: 0;

   margin: 0 -30px;
}
@media (max-width: 991px) {
   .sidenav ul {
      margin: 0 -8px;
   }
}
.sidenav ul li {
   font-size: 14px;

   display: inline-block;

   margin-top: 10px;
   padding: 0 30px;

   vertical-align: top;
}
@media (max-width: 991px) {
   .sidenav ul li {
      padding: 0 8px;
   }
}
.sidenav ul li a {
   font-weight: bold;
   line-height: 30px;

   display: block;
   overflow: hidden;

   padding: 10px 50px;

   color: #1f7cbf;
   border: 2px solid #1f7cbf;
   border-radius: 30px;
}
@media (max-width: 991px) {
   .sidenav ul li a {
      padding: 4px 30px;
   }
}
.sidenav ul li.active a,
.sidenav ul li:hover a {
   color: #fff;
   background-color: #1f7cbf;
}
.wrap-about .about .text {
   margin-top: 30px;
}
.wrap-about .about .text p {
   font-size: 14px;
   line-height: 30px;

   margin: 0;

   color: #666;
}
.wrap-about .about .text img {
   float: left;
   overflow: hidden;

   max-width: 100%;
   height: auto !important;
   margin-right: 30px;
   margin-bottom: 10px;

   border-radius: 6px;
}
.wrap-about .pic ul {
   font-size: 0;

   margin: 0 -10px;
}
.wrap-about .pic ul li {
   display: inline-block;

   width: 26.5%;
   padding: 0 10px;

   vertical-align: top;
}
@media (max-width: 767px) {
   .wrap-about .pic ul li {
      width: 100%;
   }
}
.wrap-about .pic ul li:nth-child(3) {
   width: 47%;
}
@media (max-width: 767px) {
   .wrap-about .pic ul li:nth-child(3) {
      width: 100%;
   }
}
.wrap-about .pic .item {
   overflow: hidden;

   margin-top: 30px;

   border-radius: 6px;
}
.wrap-about .pic .item .img-box {
   padding-bottom: 97.22222222%;
}
.wrap-about .pic .item-2 .img-box {
   padding-bottom: 53.84615385%;
}
.wrap-honor .text {
   max-width: 1080px;
   margin: 0 auto;
   margin-top: 50px;

   text-align: center;
}
.wrap-honor .text p {
   line-height: 2.14285714;

   margin: 0;

   color: #888;
}
@media (max-width: 991px) {
   .wrap-honor .text p {
      line-height: 24px;
   }
}
.wrap-honor .honor .row {
   margin: 0 -40px;
}
@media (max-width: 1350px) {
   .wrap-honor .honor .row {
      margin: 0 -15px;
   }
}
@media (max-width: 991px) {
   .wrap-honor .honor .row {
      margin: 0 -8px;
   }
}
.wrap-honor .honor .itembox {
   padding: 0 40px;
}
@media (max-width: 1350px) {
   .wrap-honor .honor .itembox {
      padding: 0 15px;
   }
}
@media (max-width: 991px) {
   .wrap-honor .honor .itembox {
      padding: 0 8px;
   }
}
.wrap-honor .honor .item {
   display: block;

   margin-top: 30px;
}
.wrap-honor .honor .item .img-box {
   padding-bottom: 128.57142857%;
}
.wrap-honor .honor .item .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.wrap-honor .honor .item p {
   font-weight: bold;
   line-height: 30px;

   display: -webkit-box;
   overflow: hidden;

   height: 30px;
   margin: 10px 0 0 0;

   text-align: center;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
.wrap-honor .honor .item:hover .img-box img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.wrap-honor .honor .item:hover p {
   color: #1f7cbf;
}
.wrap-download .download .item {
   display: table;

   width: 100%;
   margin-top: 40px;
   padding: 30px;

   border-bottom: 4px solid #ddd;
   background-color: #f2f2f2;
}
@media (max-width: 767px) {
   .wrap-download .download .item {
      display: block;

      padding: 30px 14px;
   }
}
.wrap-download .download .item .title-download,
.wrap-download .download .item .note {
   display: table-cell;

   vertical-align: top;
}
@media (max-width: 767px) {
   .wrap-download .download .item .title-download,
   .wrap-download .download .item .note {
      display: block;
   }
}
.wrap-download .download .item .title-download {
   position: relative;

   width: 34%;
}
@media (max-width: 767px) {
   .wrap-download .download .item .title-download {
      width: 100%;
   }
}
.wrap-download .download .item .title-download b {
   font-size: 16px;
   line-height: 30px;

   display: -webkit-box;
   overflow: hidden;

   height: 30px;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
.wrap-download .download .item .title-download b:hover {
   color: #1f7cbf;
}
.wrap-download .download .item .title-download a.down {
   font-weight: bold;
   line-height: 40px;

   position: absolute;
   bottom: 14px;
   left: 0;

   display: inline-block;

   padding: 0 36px;

   -webkit-transition: all .2s;
   transition: all .2s;

   color: #fff;
   border-radius: 30px;
   background-color: #1f7cbf;
}
@media (max-width: 767px) {
   .wrap-download .download .item .title-download a.down {
      position: relative;
      bottom: 0;

      margin-top: 10px;
   }
}
.wrap-download .download .item .title-download a.down:hover {
   background-color: #096eb7;
}
.wrap-download .download .item .note {
   width: 66%;
}
@media (max-width: 767px) {
   .wrap-download .download .item .note {
      width: 100%;
      margin-top: 20px;
   }
}
.wrap-download .download .item .note p {
   line-height: 30px;

   display: -webkit-box;
   overflow: hidden;

   height: 120px;
   margin: 0;

   text-indent: 2em;

   color: #666;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 4;
}
.wrap-product .product .item .img-box {
   padding-bottom: 76.8115942%;
}
.wrap-product .product .item .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.wrap-product .product .item .note {
   margin-top: 10px;

   -webkit-transition: all .2s;
   transition: all .2s;

   border-bottom: 4px solid #1f7cbf;
   border-radius: 4px 4px 0 0;
   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-product .product .item .note p {
   font-size: 16px;
   font-weight: bold;
   line-height: 66px;

   display: -webkit-box;
   overflow: hidden;

   height: 66px;
   margin: 0;

   text-align: center;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
   .wrap-product .product .item .note p {
      font-size: 15px;
      line-height: 50px;

      height: 50px;
   }
}
.wrap-product .product .item:hover .img-box img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.wrap-product .product .item:hover .note {
   color: #fff;
   background-color: #1f7cbf;
}
.wrap-product-show .carousel-wrap {
   font-size: 0;

   position: relative;
}
.wrap-product-show .carousel-wrap .video {
   position: relative;

   overflow: hidden;
}
.wrap-product-show .carousel-wrap .video .img-box {
   z-index: 0;
}
.wrap-product-show .carousel-wrap .video .img-box img {
   -webkit-transition: all .6s ease;
   transition: all .6s ease;
}
.wrap-product-show .carousel-wrap .video .video-box {
   position: absolute;
   z-index: 1;
   top: 0;
   left: 0;

   overflow: hidden;

   width: 100%;
   height: 100%;

   text-align: center;
}
.wrap-product-show .carousel-wrap .video .iframe {
   display: none;

   width: 100% !important;
   height: 100% !important;
}
.wrap-product-show .carousel-wrap .video .play {
   position: absolute;
   top: 50%;
   left: 50%;

   display: inline-block;

   -webkit-transition: all .4s;
   transition: all .4s;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);

   color: #fff;
}
.wrap-product-show .carousel-wrap .video .play:after {
   font-family: 'iconfont' !important;
   font-size: 60px;

   display: block;

   content: '\e617';
}
.wrap-product-show .carousel-wrap .video .play:hover {
   text-decoration: none;

   color: #1f7cbf;
}
.wrap-product-show .carousel-wrap .carousel {
   font-size: 0;

   position: relative;

   vertical-align: top;
}
.wrap-product-show .carousel-wrap .carousel .slider-for {
   position: relative;

   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item {
   position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item .img-box {
   padding-bottom: 76.8115942%;
}
.wrap-product-show .carousel-wrap .info-box {
   position: relative;

   margin-top: 10px;
   padding-left: 20px;

   vertical-align: middle;
}
@media (max-width: 1350px) {
   .wrap-product-show .carousel-wrap .info-box {
      padding: 0 15px;
   }
}
@media (max-width: 991px) {
   .wrap-product-show .carousel-wrap .info-box {
      width: 100%;
      margin-top: 30px;
      padding: 0;
   }
}
.wrap-product-show .carousel-wrap .info-box .slider-nav {
   margin-top: 50px;
}
.wrap-product-show .carousel-wrap .info-box .slider-nav .slick-slide {
   padding: 6px;

   outline: none;
}
@media (max-width: 991px) {
   .wrap-product-show .carousel-wrap .info-box .slider-nav .slick-slide {
      padding: 0 4px;
   }
}
.wrap-product-show .carousel-wrap .info-box .slider-nav .item {
   position: relative;

   margin-top: 10px;

   background-color: #000;
   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-product-show .carousel-wrap .info-box .slider-nav .item .img-box {
   padding-bottom: 76.8115942%;
}
.wrap-product-show .carousel-wrap .info-box .slider-nav .item-video:after {
   font-family: 'iconfont' !important;
   font-size: 30px;

   position: absolute;
   z-index: 3;
   top: 50%;
   left: 0;

   display: block;

   width: 100%;

   content: '\e617';
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   text-align: center;

   color: #fff;
}
@media (max-width: 767px) {
   .wrap-product-show .carousel-wrap .info-box .slider-nav .item-video:after {
      font-size: 22px;
   }
}
.wrap-product-show .carousel-wrap .info-box .slider-nav .slick-current .item .img-box {
   opacity: .8;
}
.wrap-product-show .carousel-wrap .info-box .title-info {
   position: relative;
}
.wrap-product-show .carousel-wrap .info-box .title-info h1 {
   font-size: 30px;
   font-weight: bold;
   line-height: 1;

   display: block;

   margin: 0;

   text-transform: uppercase;
}
@media (max-width: 991px) {
   .wrap-product-show .carousel-wrap .info-box .title-info h1 {
      font-size: 24px;
   }
}
.wrap-product-show .carousel-wrap .info-box .text {
   margin-top: 30px;
}
@media (max-width: 1350px) {
   .wrap-product-show .carousel-wrap .info-box .text {
      margin-top: 10px;
   }
}
.wrap-product-show .carousel-wrap .info-box .text b {
   font-size: 16px;
   line-height: 1.875;

   display: block;

   margin-bottom: 10px;
}
.wrap-product-show .carousel-wrap .info-box .text p {
   font-size: 14px;
   line-height: 2.14285714;

   margin: 0;

   color: #888;
}
.wrap-product-show .carousel-wrap .info-box .share {
   overflow: hidden;

   margin-top: 70px;
}
@media (max-width: 1350px) {
   .wrap-product-show .carousel-wrap .info-box .share {
      margin-top: 30px;
   }
}
.wrap-product-show .carousel-wrap .info-box .share span {
   font-size: 14px;
   font-weight: bold;
   line-height: 20px;

   display: inline-block;

   vertical-align: middle;
}
.wrap-product-show .carousel-wrap .info-box .share .addthis_inline_share_toolbox {
   display: inline-block;

   margin-left: 8px;

   vertical-align: middle;
}
.wrap-product-show .carousel-wrap .info-box .share .btn-pinfo {
   display: inline-block;
   float: right;
}
.wrap-product-show .carousel-wrap .info-box .share .btn-pinfo .btn-inquiry {
   font-size: 16px;
   font-weight: bold;
   line-height: 30px;

   display: inline-block;

   color: #1f7cbf;
}
.wrap-product-show .carousel-wrap .info-box .share .btn-pinfo .btn-inquiry:before {
   font-family: 'iconfont' !important;
   font-size: 20px;
   font-weight: normal;

   float: left;

   margin-right: 10px;

   content: '\e632';
}
.wrap-product-show .carousel-wrap .info-box .share .btn-pinfo .btn-inquiry:hover {
   color: #096eb7;
}
.wrap-product-show .title-product-show b {
   font-size: 30px;
   line-height: 1;

   display: block;
}
@media (max-width: 1199px) {
   .wrap-product-show .title-product-show b {
      font-size: 24px;
   }
}
.wrap-product-show .parameter {
   margin-top: 50px;
}
.wrap-product-show .parameter .text {
   margin-top: 24px;
   padding: 30px;

   border: 1px solid #dbdbdb;
}
@media (max-width: 991px) {
   .wrap-product-show .parameter .text {
      padding: 30px 15px;
   }
}
.wrap-product-show .parameter .text p {
   line-height: 2.14285714;

   margin: 0;
}
.wrap-product-show .parameter .text img {
   max-width: 100%;
   height: auto !important;
}
.wrap-product-show .parameter .table-box {
   overflow: auto;

   width: 100%;
   max-width: 100%;
}
.wrap-product-show .parameter table {
   width: 100%;
   max-width: 100%;
   margin: 0;
   padding: 0;

   border-spacing: 0;
   border-collapse: collapse;

   text-align: center;
}
.wrap-product-show .parameter table tr,
.wrap-product-show .parameter table td {
   width: auto !important;
   height: auto !important;

   vertical-align: middle;
}
.wrap-product-show .parameter table td {
   padding: 8px !important;

   border: 1px solid #000 !important;
}
.wrap-product-show .parameter table tr p,
.wrap-product-show .parameter table tr span {
   margin: 0 !important;
   padding: 0 !important;

   background: none !important;
}
.wrap-product-show .title-inquiry b {
   font-size: 24px;
   font-weight: normal;
   line-height: 1;

   display: block;

   text-transform: uppercase;
}
.wrap-product-show .inquiry {
   padding-top: 70px;
}
@media (max-width: 991px) {
   .wrap-product-show .inquiry {
      padding-top: 50px;
   }
}
.wrap-product-show .inquiry .message form {
   margin-top: 20px;
}
.wrap-product-show .inquiry .message span {
   line-height: 30px;

   display: block;
}
.wrap-product-show .inquiry .message input,
.wrap-product-show .inquiry .message textarea {
   font-size: 14px;
   line-height: 28px;

   width: 100%;
   min-height: 48px;
   margin-top: 12px;
   padding: 10px 20px;

   background-color: #ededed;
}
.wrap-product-show .inquiry .message input::-webkit-input-placeholder,
.wrap-product-show .inquiry .message textarea::-webkit-input-placeholder {
   color: #666;
}
.wrap-product-show .inquiry .message input:-o-placeholder,
.wrap-product-show .inquiry .message textarea:-o-placeholder {
   color: #666;
}
.wrap-product-show .inquiry .message input::-moz-placeholder,
.wrap-product-show .inquiry .message textarea::-moz-placeholder {
   color: #666;
}
.wrap-product-show .inquiry .message input:-ms-input-placeholder,
.wrap-product-show .inquiry .message textarea:-ms-input-placeholder {
   color: #666;
}
.wrap-product-show .inquiry .message input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry .message textarea:focus::-webkit-input-placeholder {
   color: #c5c5c5;
}
.wrap-product-show .inquiry .message input:focus::-o-placeholder,
.wrap-product-show .inquiry .message textarea:focus::-o-placeholder {
   color: #c5c5c5;
}
.wrap-product-show .inquiry .message input:focus::-moz-placeholder,
.wrap-product-show .inquiry .message textarea:focus::-moz-placeholder {
   color: #c5c5c5;
}
.wrap-product-show .inquiry .message input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry .message textarea:focus::-ms-input-placeholder {
   color: #c5c5c5;
}
.wrap-product-show .inquiry .message .read input::-webkit-input-placeholder,
.wrap-product-show .inquiry .message .read textarea::-webkit-input-placeholder {
   color: #333;
}
.wrap-product-show .inquiry .message .read input:-o-placeholder,
.wrap-product-show .inquiry .message .read textarea:-o-placeholder {
   color: #333;
}
.wrap-product-show .inquiry .message .read input::-moz-placeholder,
.wrap-product-show .inquiry .message .read textarea::-moz-placeholder {
   color: #333;
}
.wrap-product-show .inquiry .message .read input:-ms-input-placeholder,
.wrap-product-show .inquiry .message .read textarea:-ms-input-placeholder {
   color: #333;
}
.wrap-product-show .inquiry .message .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry .message .read textarea:focus::-webkit-input-placeholder {
   color: #333;
}
.wrap-product-show .inquiry .message .read input:focus::-o-placeholder,
.wrap-product-show .inquiry .message .read textarea:focus::-o-placeholder {
   color: #333;
}
.wrap-product-show .inquiry .message .read input:focus::-moz-placeholder,
.wrap-product-show .inquiry .message .read textarea:focus::-moz-placeholder {
   color: #333;
}
.wrap-product-show .inquiry .message .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry .message .read textarea:focus::-ms-input-placeholder {
   color: #333;
}
.wrap-product-show .inquiry .message .read input {
   background-color: #d8d8d8;
}
.wrap-product-show .inquiry .message .send {
   text-align: center;
}
.wrap-product-show .inquiry .message .submit {
   font-size: 16px;
   font-weight: bold;
   line-height: 50px;

   display: inline-block;

   height: 50px;
   margin-top: 24px;
   padding: 0 44px;

   -webkit-transition: all .4s;
   transition: all .4s;

   color: #fff;
   border-radius: 0;
   outline: none;
   background: none;
   background-color: #1f7cbf;
}
.wrap-product-show .inquiry .message .submit:hover {
   background-color: #096eb7;
}
.wrap-news .news,
.wrap-project .news,
.wrap-news .project,
.wrap-project .project {
   margin-top: 20px;
}
.wrap-news .news .item,
.wrap-project .news .item,
.wrap-news .project .item,
.wrap-project .project .item {
   margin-top: 70px;
}
@media (max-width: 991px) {
   .wrap-news .news .item,
   .wrap-project .news .item,
   .wrap-news .project .item,
   .wrap-project .project .item {
      margin-top: 40px;
   }
}
.wrap-news .news .item .pic,
.wrap-project .news .item .pic,
.wrap-news .project .item .pic,
.wrap-project .project .item .pic {
   position: relative;
   z-index: 2;
}
.wrap-news .news .item .pic .img-box,
.wrap-project .news .item .pic .img-box,
.wrap-news .project .item .pic .img-box,
.wrap-project .project .item .pic .img-box {
   overflow: hidden;

   padding-bottom: 66.66666667%;
}
.wrap-news .news .item .pic .img-box img,
.wrap-project .news .item .pic .img-box img,
.wrap-news .project .item .pic .img-box img,
.wrap-project .project .item .pic .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.wrap-news .news .item .pic .date,
.wrap-project .news .item .pic .date,
.wrap-news .project .item .pic .date,
.wrap-project .project .item .pic .date {
   font-size: 16px;

   position: absolute;
   z-index: 2;
   top: -40px;
   left: 30px;

   overflow: hidden;

   width: 80px;
   height: 80px;

   text-align: center;

   color: #fff;
   border-radius: 50%;
   background-color: #1f7cbf;
}
@media (max-width: 991px) {
   .wrap-news .news .item .pic .date,
   .wrap-project .news .item .pic .date,
   .wrap-news .project .item .pic .date,
   .wrap-project .project .item .pic .date {
      font-size: 14px;

      top: -30px;
      left: 14px;

      width: 60px;
      height: 60px;
   }
}
.wrap-news .news .item .pic .date span,
.wrap-project .news .item .pic .date span,
.wrap-news .project .item .pic .date span,
.wrap-project .project .item .pic .date span {
   display: block;

   margin-top: 16px;
}
@media (max-width: 991px) {
   .wrap-news .news .item .pic .date span,
   .wrap-project .news .item .pic .date span,
   .wrap-news .project .item .pic .date span,
   .wrap-project .project .item .pic .date span {
      margin-top: 10px;
   }
}
.wrap-news .news .item .pic .date p,
.wrap-project .news .item .pic .date p,
.wrap-news .project .item .pic .date p,
.wrap-project .project .item .pic .date p {
   margin: 0;
}
.wrap-news .news .item .note,
.wrap-project .news .item .note,
.wrap-news .project .item .note,
.wrap-project .project .item .note {
   padding: 20px 30px;
}
@media (max-width: 991px) {
   .wrap-news .news .item .note,
   .wrap-project .news .item .note,
   .wrap-news .project .item .note,
   .wrap-project .project .item .note {
      padding: 20px 14px;
   }
}
.wrap-news .news .item .note b,
.wrap-project .news .item .note b,
.wrap-news .project .item .note b,
.wrap-project .project .item .note b {
   font-size: 16px;
   line-height: 30px;

   display: -webkit-box;
   overflow: hidden;

   height: 30px;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
.wrap-news .news .item .note p,
.wrap-project .news .item .note p,
.wrap-news .project .item .note p,
.wrap-project .project .item .note p {
   line-height: 2.14285714;

   display: -webkit-box;
   overflow: hidden;

   height: 90px;
   margin: 10px 0 0 0;

   text-indent: 2em;

   color: #666;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
}
.wrap-news .news .item .note a.more,
.wrap-project .news .item .note a.more,
.wrap-news .project .item .note a.more,
.wrap-project .project .item .note a.more {
   font-weight: bold;
   line-height: 30px;

   display: inline-block;

   margin-top: 20px;
}
.wrap-news .news .item:hover,
.wrap-project .news .item:hover,
.wrap-news .project .item:hover,
.wrap-project .project .item:hover {
   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-news .news .item:hover .pic .img-box img,
.wrap-project .news .item:hover .pic .img-box img,
.wrap-news .project .item:hover .pic .img-box img,
.wrap-project .project .item:hover .pic .img-box img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.wrap-news .news .item:hover .note b,
.wrap-project .news .item:hover .note b,
.wrap-news .project .item:hover .note b,
.wrap-project .project .item:hover .note b {
   color: #1f7cbf;
}
.wrap-news .news .item:hover .note a.more,
.wrap-project .news .item:hover .note a.more,
.wrap-news .project .item:hover .note a.more,
.wrap-project .project .item:hover .note a.more {
   color: #1f7cbf;
}
.wrap-project .project .item {
   margin-top: 40px;
}
.wrap-project .project .item .img-box {
   padding-bottom: 68.65671642%;
}
.wrap-news-show .title-news h1,
.wrap-project-show .title-news h1,
.wrap-news-show .title-project h1,
.wrap-project-show .title-project h1 {
   font-size: 30px;
   font-weight: bold;
   line-height: 1.5;

   margin: 0;
}
@media (max-width: 991px) {
   .wrap-news-show .title-news h1,
   .wrap-project-show .title-news h1,
   .wrap-news-show .title-project h1,
   .wrap-project-show .title-project h1 {
      font-size: 20px;
   }
}
.wrap-news-show .title-news span,
.wrap-project-show .title-news span,
.wrap-news-show .title-project span,
.wrap-project-show .title-project span {
   font-size: 16px;
   line-height: 2;

   display: inline-block;
   display: block;

   margin: 10px 0 0 0;

   text-indent: 2em;

   color: #888;
}
.wrap-news-show .news-show,
.wrap-project-show .news-show,
.wrap-news-show .project-show,
.wrap-project-show .project-show {
   margin-top: 20px;
}
.wrap-news-show .news-show p,
.wrap-project-show .news-show p,
.wrap-news-show .project-show p,
.wrap-project-show .project-show p {
   line-height: 2.14285714;

   margin: 0;

   color: #666;
}
.wrap-news-show .news-show img,
.wrap-project-show .news-show img,
.wrap-news-show .project-show img,
.wrap-project-show .project-show img {
   max-width: 100%;
   height: auto !important;
   margin-top: 10px;
}
.wrap-contact .contact .title-contact b {
   font-size: 30px;
   line-height: 1;

   display: block;
}
@media (max-width: 991px) {
   .wrap-contact .contact .title-contact b {
      font-size: 24px;
   }
}
.wrap-contact .contact .text {
   margin-top: 30px;
}
.wrap-contact .contact .text p {
   font-size: 16px;
   line-height: 30px;

   position: relative;

   padding-left: 30px;
}
.wrap-contact .contact .text p:before {
   font-family: 'iconfont' !important;
   font-size: 20px;

   position: absolute;
   top: 0;
   left: 0;

   content: '\e618';

   color: #878787;
}
.wrap-contact .contact .text p.tel:before {
   font-size: 12px;

   content: '\e63c';
}
.wrap-contact .contact .text p.fax:before {
   content: '\e626';
}
.wrap-contact .contact .text p a:hover {
   text-decoration: underline;

   color: #1f7cbf;
}
@media (max-width: 991px) {
   .wrap-contact .contact .message {
      margin-top: 30px;
   }
}
.wrap-contact .contact .message .row {
   margin: 0 -10px;
}
.wrap-contact .contact .message .itembox {
   padding: 0 10px;
}
.wrap-contact .contact .message input,
.wrap-contact .contact .message textarea {
   line-height: 30px;

   width: 100%;
   margin-bottom: 14px;
   padding: 10px 20px;

   background-color: #ededed;
}
.wrap-contact .contact .message input::-webkit-input-placeholder,
.wrap-contact .contact .message textarea::-webkit-input-placeholder {
   color: #666;
}
.wrap-contact .contact .message input:-o-placeholder,
.wrap-contact .contact .message textarea:-o-placeholder {
   color: #666;
}
.wrap-contact .contact .message input::-moz-placeholder,
.wrap-contact .contact .message textarea::-moz-placeholder {
   color: #666;
}
.wrap-contact .contact .message input:-ms-input-placeholder,
.wrap-contact .contact .message textarea:-ms-input-placeholder {
   color: #666;
}
.wrap-contact .contact .message input:focus::-webkit-input-placeholder,
.wrap-contact .contact .message textarea:focus::-webkit-input-placeholder {
   color: #c5c5c5;
}
.wrap-contact .contact .message input:focus::-o-placeholder,
.wrap-contact .contact .message textarea:focus::-o-placeholder {
   color: #c5c5c5;
}
.wrap-contact .contact .message input:focus::-moz-placeholder,
.wrap-contact .contact .message textarea:focus::-moz-placeholder {
   color: #c5c5c5;
}
.wrap-contact .contact .message input:focus::-ms-input-placeholder,
.wrap-contact .contact .message textarea:focus::-ms-input-placeholder {
   color: #c5c5c5;
}
.wrap-contact .contact .message .send {
   text-align: center;
}
.wrap-contact .contact .message .submit {
   font-size: 16px;
   line-height: 44px;

   display: inline-block;

   margin-top: 10px;
   padding: 0 48px;

   -webkit-transition: all .2s;
   transition: all .2s;

   color: #fff;
   border-radius: 0;
   background-color: #1f7cbf;
}
.wrap-contact .contact .message .submit:hover {
   background-color: #096eb7;
}
.wrap-contact .map {
   padding-top: 70px;
}
.wrap-contact #dituContent {
   height: 300px;
}
nav {
   text-align: center;
}
.pagination {
   margin: 50px 0 0 0;
}
.pagination li a {
   font-size: 14px;
   line-height: 34px;

   width: 34px;
   height: 34px;
   margin: 0 5px;
   padding: 0;

   text-align: center;

   color: #848484;
   border: 1px solid #d5d5d5;
   border-radius: 50% !important;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
   color: #fff;
   border-color: #1f7cbf;
   background-color: #1f7cbf;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
   color: #fff;
   border-color: #1f7cbf;
   background-color: #1f7cbf;
}
.lazy {
   background-image: url(../js/slick/ajax-loader.gif);
   background-repeat: no-repeat;
   background-position: center;
}
.zoomDiv {
   z-index: 9;

   display: none;
   overflow: hidden;

   text-align: center;

   border: 1px solid #ccc;
   background: #fff;
}
@media (min-width: 768px) {
   .zoomDiv {
      position: absolute;
   }
}
.zoomMask {
   position: absolute;
   z-index: 1;

   cursor: move;

   background: url('../images/mask.png') repeat scroll 0 0 transparent;
}
@media (max-width: 767px) {
   .zoomMask {
      display: none;
   }
}
.fancybox-slide--iframe .fancybox-content {
   width: 733px;
   max-width: 80%;
   height: 500px;
   max-height: 50%;
   margin: 0;
}
#google_translate_element {
   float: right;

   margin-top: 50px;
   margin-left: 40px;

   -webkit-transition: all .4s;
   transition: all .4s;
}
@media (max-width: 1199px) {
   #google_translate_element {
      display: none;
   }
}
.fixed-header #google_translate_element {
   margin-top: 30px;
}